home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / kbd.postinst < prev    next >
Encoding:
Text File  |  2010-12-07  |  300 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installinit
  4. if [ -x "/etc/init.d/kbd" ]; then
  5.     update-rc.d kbd start 48 S . >/dev/null
  6.     if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
  7.         invoke-rc.d kbd start || exit $?
  8.     else
  9.         /etc/init.d/kbd start || exit $?
  10.     fi
  11. fi
  12. # End automatically added section
  13.